home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Macromedia Flash 4 / Sample Pages / Objects / objects.swf / scripts / DefineButton2_19 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-05-28  |  79 b   |  7 lines

  1. on(release){
  2.    tellTarget("/restore")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.